Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRowColCollection<T> Class / OnCollectionChanged Method
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.


In This Topic
    OnCollectionChanged Method (GridRowColCollection<T>)
    In This Topic
    Raises the CollectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim e As NotifyCollectionChangedEventArgs
     
    instance.OnCollectionChanged(e)
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also